1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
| 02:10:19.624 [ERROR] [org.gradle.api.Project] AGPBI: {"kind":"error","text":"trouble processing \"java/io/BufferedOutputStream.class\":","sources":[{}]} 02:10:19.625 [ERROR] [org.gradle.api.Project] AGPBI: {"kind":"error","text":"Ill-advised or mistaken usage of a core class (java.* or javax.*)","sources":[{}]} 02:10:19.625 [ERROR] [org.gradle.api.Project] AGPBI: {"kind":"error","text":"when not building a core library.","sources":[{}]} 02:10:19.625 [ERROR] [org.gradle.api.Project] AGPBI: {"kind":"error","text":"This is often due to inadvertently including a core library file","sources":[{}]} 02:10:19.625 [ERROR] [org.gradle.api.Project] AGPBI: {"kind":"error","text":"in your application\u0027s project, when using an IDE (such as","sources":[{}]} 02:10:19.625 [ERROR] [org.gradle.api.Project] AGPBI: {"kind":"error","text":"Eclipse). If you are sure you\u0027re not intentionally defining a","sources":[{}]} 02:10:19.625 [ERROR] [org.gradle.api.Project] AGPBI: {"kind":"error","text":"core class, then this is the most likely explanation of what\u0027s","sources":[{}]} 02:10:19.625 [ERROR] [org.gradle.api.Project] AGPBI: {"kind":"error","text":"going on.","sources":[{}]} 02:10:19.625 [ERROR] [org.gradle.api.Project] AGPBI: {"kind":"error","text":"However, you might actually be trying to define a class in a core","sources":[{}]} 02:10:19.625 [ERROR] [org.gradle.api.Project] AGPBI: {"kind":"error","text":"namespace, the source of which you may have taken, for example,","sources":[{}]} 02:10:19.625 [ERROR] [org.gradle.api.Project] AGPBI: {"kind":"error","text":"from a non-Android virtual machine project. This will most","sources":[{}]} 02:10:19.625 [ERROR] [org.gradle.api.Project] AGPBI: {"kind":"error","text":"assuredly not work. At a minimum, it jeopardizes the","sources":[{}]} 02:10:19.625 [ERROR] [org.gradle.api.Project] AGPBI: {"kind":"error","text":"compatibility of your app with future versions of the platform.","sources":[{}]} 02:10:19.625 [ERROR] [org.gradle.api.Project] AGPBI: {"kind":"error","text":"It is also often of questionable legality.","sources":[{}]} 02:10:19.626 [ERROR] [org.gradle.api.Project] AGPBI: {"kind":"error","text":"If you really intend to build a core library -- which is only","sources":[{}]} 02:10:19.626 [ERROR] [org.gradle.api.Project] AGPBI: {"kind":"error","text":"appropriate as part of creating a full virtual machine","sources":[{}]} 02:10:19.626 [ERROR] [org.gradle.api.Project] AGPBI: {"kind":"error","text":"distribution, as opposed to compiling an application -- then use","sources":[{}]} 02:10:19.626 [ERROR] [org.gradle.api.Project] AGPBI: {"kind":"error","text":"the \"--core-library\" option to suppress this error message.","sources":[{}]} 02:10:19.626 [ERROR] [org.gradle.api.Project] AGPBI: {"kind":"error","text":"If you go ahead and use \"--core-library\" but are in fact","sources":[{}]} 02:10:19.626 [ERROR] [org.gradle.api.Project] AGPBI: {"kind":"error","text":"building an application, then be forewarned that your application","sources":[{}]} 02:10:19.626 [ERROR] [org.gradle.api.Project] AGPBI: {"kind":"error","text":"will still fail to build or run, at some point. Please be","sources":[{}]} 02:10:19.626 [ERROR] [org.gradle.api.Project] AGPBI: {"kind":"error","text":"prepared for angry customers who find, for example, that your","sources":[{}]} 02:10:19.626 [ERROR] [org.gradle.api.Project] AGPBI: {"kind":"error","text":"application ceases to function once they upgrade their operating","sources":[{}]} 02:10:19.626 [ERROR] [org.gradle.api.Project] AGPBI: {"kind":"error","text":"system. You will be to blame for this problem.","sources":[{}]} 02:10:19.626 [ERROR] [org.gradle.api.Project] AGPBI: {"kind":"error","text":"If you are legitimately using some code that happens to be in a","sources":[{}]} 02:10:19.627 [ERROR] [org.gradle.api.Project] AGPBI: {"kind":"error","text":"core package, then the easiest safe alternative you have is to","sources":[{}]} 02:10:19.627 [ERROR] [org.gradle.api.Project] AGPBI: {"kind":"error","text":"repackage that code. That is, move the classes in question into","sources":[{}]} 02:10:19.627 [ERROR] [org.gradle.api.Project] AGPBI: {"kind":"error","text":"your own package namespace. This means that they will never be in","sources":[{}]} 02:10:19.627 [ERROR] [org.gradle.api.Project] AGPBI: {"kind":"error","text":"conflict with core system classes. JarJar is a tool that may help","sources":[{}]} 02:10:19.627 [ERROR] [org.gradle.api.Project] AGPBI: {"kind":"error","text":"you in this endeavor. If you find that you cannot do this, then","sources":[{}]} 02:10:19.627 [ERROR] [org.gradle.api.Project] AGPBI: {"kind":"error","text":"that is an indication that the path you are on will ultimately","sources":[{}]} 02:10:19.627 [ERROR] [org.gradle.api.Project] AGPBI: {"kind":"error","text":"lead to pain, suffering, grief, and lamentation.","sources":[{}]} 02:10:19.627 [ERROR] [org.gradle.api.Project] AGPBI: {"kind":"error","text":"1 error; aborting","sources":[{}]}
|